Software Design, Testing & Engineering
epub |eng | | Author:Isidore Kafui Dorpenyo

Creating Biometric Ethos Through Chieftaincy In the online video, the character, Kofi Ghana, exemplifies how a local authority is used to help persuade the Ghanaian voter about the efficiency of ...
( Category: Localization June 4,2020 )
epub |eng | 2020-04-29 | Author:Neil Smyth [Neil Smyth]

( Category: Object-Oriented Design June 4,2020 )
epub |eng | 2020-04-20 | Author:Austin Parker [Parker, Austin]

Prioritize by impact As mentioned earlier, the complexity of distributed systems means that there will always be many things going wrong, including many requests (or parts of requests) that are ...
( Category: Testing May 30,2020 )
epub, pdf |eng | 2020-04-29 | Author:Micha Gorelick [Gorelick, Micha]

As in the gevent example, we must use a semaphore to limit the number of requests. We return a new coroutine that will asynchronously download files and respect the locking ...
( Category: Performance Optimization May 30,2020 )
epub |eng | | Author:Joshua M. Willman

The QListWidget Class The QListWidget class creates a widget with an item-based interface that makes it simpler for adding and removing items. Items can be added either when the widget ...
( Category: Software Development May 29,2020 )
epub |eng | 2020-04-17 | Author:Karim Okasha [Karim Okasha]

( Category: Tools May 29,2020 )
epub |eng | 2020-03-15 | Author:Jonathan Rasmusson [Rasmusson, Jonathan]

Copyright © 2020, The Pragmatic Bookshelf. Chapter 6 Working At a Tech Lead Company Working at a tech company feels different. And no small part of that is due to ...
( Category: Testing May 27,2020 )
epub |eng | | Author:Konrad Kokosa

GC Process Steps After the general introduction of what the effects of Garbage Collector work look like, let’s look at what steps make up this process. From a high-level point ...
( Category: Software Development May 26,2020 )
epub |eng | | Author:Will Briggs

Look at the print call in Example 15-1. Why aren’t we telling arrival about day, month, and year? It already knows – it contains them! It doesn’t know whether we ...
( Category: Object-Oriented Design May 26,2020 )
epub, pdf |eng | 2020-01-30 | Author:Dr. Rian Quinn [Dr. Rian Quinn]

> cd ~/ > git clone https://github.com/PacktPublishing/Advanced-CPP-CookBook.git > cd Advanced-CPP-CookBook/chapter07 To compile the source code, run the following: > cmake . > make recipe01_examples Once the source code is compiled, ...
( Category: Software Development May 26,2020 )
mobi |eng | 2020-02-08 | Author:Andrei Neagoie

( Category: Tools May 26,2020 )
azw3, epub |eng | 2020-05-21 | Author:White, Michael B. [White, Michael B.]

} Next, a list of the XxxEvent listener objects must be maintained in the source and two methods defined – addXxxListener() and removeXxxListener. These will, respectively, add and remove a ...
( Category: Software Development May 25,2020 )
azw3, epub |eng | 2020-04-24 | Author:Barzan, Lucas [Barzan, Lucas]

System . out . println( "In what year were you born?" ); int age = 2017 - scan. nextInt(); if ( age >= 16 ) { System . out . ...
( Category: Object-Oriented Design May 25,2020 )
azw3, epub |eng | 2020-05-14 | Author:Brian Docker [Docker, Brian]

Chapter 7. Logging When you are using monitoring functions, then you can easily dig out components that show whether your system has failed or if there is a problem you ...
( Category: Software Development May 25,2020 )
epub |eng | | Author:Hien Luu

Name Description rank Returns the rank or order of rows within a frame based on some sorting order. dense_rank Similar to rank, but leaves no gaps in the ranks when ...
( Category: Software Development May 24,2020 )